home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 220 / 220.xpi / chrome / flashgot.jar / skin / classic / flashgot / about.css next >
Encoding:
Cascading Style Sheet File  |  2010-01-24  |  1.2 KB  |  84 lines

  1. #genericAbout {
  2.   padding: 0px 0px 10px 0px;
  3.   background: #FFF none; 
  4.   background-image: none;
  5. }
  6.  
  7.  
  8. dialog, .dialog-content-box {
  9.   background: white none;
  10.   border: none;
  11. }
  12.  
  13. #clientBox {
  14.   color: #000;
  15.   padding: 0px; margin: 0px;
  16.   max-height: 400px;
  17.   background: white none;
  18.   border: none;
  19. }
  20.  
  21. #clientBoxInternal {
  22.   padding: 0px; margin: 10px;
  23.   background: white none;
  24. }
  25.  
  26. #headBox {
  27.   border: solid #E85A28;
  28.   border-width: 0px 0px 1px 0px;
  29.   padding: 0px;
  30.   margin: 2px;
  31.   background-image: none;
  32. }
  33.  
  34. #extensionName {
  35.   font-size: large;
  36.   font-weight: bold;
  37.   color: #E85A28;
  38. }
  39.  
  40. #extensionVersion {
  41.   color: #E85A28;
  42. }
  43.  
  44. .sponsorline {
  45.   color: #444;
  46. }
  47.  
  48. #extensionDescription {
  49.   color: #444;
  50.   text-align: justify;
  51.   width: 370px;
  52. }
  53.  
  54. #extensionHomepage {
  55.   
  56. }
  57.  
  58. .link {
  59.   color: #0000FF;
  60.   text-decoration: none;
  61.   cursor: pointer;
  62.   
  63. }
  64. .link:hover {
  65.   text-decoration: underline ;
  66. }
  67.  
  68. #contributorsBox {
  69.   overflow: auto;
  70.   border: 1px solid black;
  71.   padding: 4px;
  72.   margin: 0px 6px;
  73. }
  74.  
  75. .contributor {
  76.   margin: 0px;
  77.   color: #444;
  78.  
  79. #extensionCreatorLabel, #extensionContributors, #extensionSponsorLabel {
  80.   font-weight: bold;
  81. }
  82.  
  83.